Standalone Executable


You can simulate an FMU directly using the OMSimulator executable:

OMSimulator.exe BouncingBall.fmu


Various command-line options are available to configure the simulation, such as --stepSize, --tolerance, and more. Refer to the documentation or use the --help option for additional information.

Example output:

info:    maximum step size for 'model.root': 0.010000
info:    Result file: model_res.mat (bufferSize=10)
info:    Final Statistics for 'model.root':
         NumSteps = 52 NumRhsEvals  = 53 NumLinSolvSetups = 4
         NumNonlinSolvIters = 52 NumNonlinSolvConvFails = 0 NumErrTestFails = 0